Copies the elements of the specified array to the end of the collection.
protected void InnerAddRange(
object[]
)
'Declaration
Protected Sub InnerAddRange( _
ByVal () As Object _
)
'Usage
Dim instance As CollectionBase(Of T)
Dim value() As Object
instance.InnerAddRange(value)
Parameters
- value
- An array of type object that contains the objects to add to the collection.